compress/flate.compressor.sync (field)

10 uses

	compress/flate (current package)
		deflate.go#L99: 	sync bool // requesting flush
		deflate.go#L337: 		if !d.sync {
		deflate.go#L384: 	if d.windowEnd-d.index < minMatchLength+maxMatchLength && !d.sync {
		deflate.go#L397: 			if !d.sync {
		deflate.go#L523: 	if d.windowEnd > 0 && (d.windowEnd == maxStoreBlockSize || d.sync) {
		deflate.go#L533: 	if d.windowEnd < len(d.window) && !d.sync || d.windowEnd == 0 {
		deflate.go#L560: 	d.sync = true
		deflate.go#L567: 	d.sync = false
		deflate.go#L606: 	d.sync = false
		deflate.go#L636: 	d.sync = true